matplotlib analog of R's `pairs`

Posted by bgbg on Stack Overflow See other posts from Stack Overflow or by bgbg
Published on 2010-04-21T10:40:18Z Indexed on 2010/04/21 10:43 UTC
Read the original article Hit count: 359

Filed under:
|
|

R has a useful function pairs that provides nice matrix of plots of pairwise connections between variables in a data set. The resulting plot looks similar to the following figure, copied from this blog post:

pairs

Is there any ready to use function based on python's matplolib? I have searched its gallery, but couldn't find anything that resembles what I need. Technically, this should be a simple task, but proper handling of all the possible cases, labels, titles, etc is very tedious.

© Stack Overflow or respective owner

Related posts about r

    Related posts about matplotlib